| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class > GetQuery Method : GetQuery<T>() Method |
'DeclarationPublic Overloads Function GetQuery(Of T As Class)() As EntityQuery(Of T)
'UsageDim instance As EntityManager Dim value As EntityQuery(Of T) value = instance.GetQuery(Of T)()
public EntityQuery<T> GetQuery<T>() where T: class
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2